gradual change
- Europe > United Kingdom > England (0.05)
- North America > United States > Illinois > Cook County > Chicago (0.04)
- Europe > Russia (0.04)
- Asia > Russia (0.04)
- Overview (0.67)
- Research Report > New Finding (0.46)
Image Generation using Continuous Filter Atoms
In this paper, we model the subspace of convolutional filters with a neural ordinary differential equation (ODE) to enable gradual changes in generated images. Decomposing convolutional filters over a set of filter atoms allows efficiently modeling and sampling from a subspace of high-dimensional filters. By further modeling filters atoms with a neural ODE, we show both empirically and theoretically that such introduced continuity can be propagated to the generated images, and thus achieves gradually evolved image generation. We support the proposed framework of image generation with continuous filter atoms using various experiments, including image-to-image translation and image generation conditioned on continuous labels. Without auxiliary network components and heavy supervision, the proposed continuous filter atoms allow us to easily manipulate the gradual change of generated images by controlling integration intervals of neural ordinary differential equation. This research sheds the light on using the subspace of network parameters to navigate the diverse appearance of image generation.
- Europe > United Kingdom > England (0.05)
- North America > United States > Illinois > Cook County > Chicago (0.04)
- Europe > Russia (0.04)
- Asia > Russia (0.04)
- Overview (0.67)
- Research Report > New Finding (0.46)
Image Generation using Continuous Filter Atoms
In this paper, we model the subspace of convolutional filters with a neural ordinary differential equation (ODE) to enable gradual changes in generated images. Decomposing convolutional filters over a set of filter atoms allows efficiently modeling and sampling from a subspace of high-dimensional filters. By further modeling filters atoms with a neural ODE, we show both empirically and theoretically that such introduced continuity can be propagated to the generated images, and thus achieves gradually evolved image generation. We support the proposed framework of image generation with continuous filter atoms using various experiments, including image-to-image translation and image generation conditioned on continuous labels. Without auxiliary network components and heavy supervision, the proposed continuous filter atoms allow us to easily manipulate the gradual change of generated images by controlling integration intervals of neural ordinary differential equation.
Gradual Drift Detection in Process Models Using Conformance Metrics
Gallego-Fontenla, Victor, Vidal, Juan C., Lama, Manuel
Changes, planned or unexpected, are common during the execution of real-life processes. Detecting these changes is a must for optimizing the performance of organizations running such processes. Most of the algorithms present in the state-of-the-art focus on the detection of sudden changes, leaving aside other types of changes. In this paper, we will focus on the automatic detection of gradual drifts, a special type of change, in which the cases of two models overlap during a period of time. The proposed algorithm relies on conformance checking metrics to carry out the automatic detection of the changes, performing also a fully automatic classification of these changes into sudden or gradual. The approach has been validated with a synthetic dataset consisting of 120 logs with different distributions of changes, getting better results in terms of detection and classification accuracy, delay and change region overlapping than the main state-of-the-art algorithms.
- South America > Chile > Santiago Metropolitan Region > Santiago Province > Santiago (0.04)
- Europe > Spain > Galicia > A Coruña Province > Santiago de Compostela (0.04)
Google fires software engineer who says AI chatbot LaMDA has feelings
Google has fired a senior software engineer who says the company's artificial intelligence chatbot system has feelings. Blake Lemoine, a software engineer and AI researcher, went public last month with his claim that Google's language technology was sentient and should consequently have its "wants" respected. Google has denied Mr Lemoine's suggestion. It has now confirmed he had been dismissed. The tech giant said Mr Lemoine's claims about The Language Model for Dialogue Applications (LaMDA) being sentient were "wholly unfounded", and the company had "worked to clarify that with him for many months".
A Change Dynamic Model for the Online Detection of Gradual Change
Natural processes may undergo transient periods of nonstationarity which produce lasting change in process behavior across time. When driven by exogeneous influences these changes can be challenging to predict in advance. To circumvent this challenge, works in online (sequential) change detection aim to deduce the occurrence of change in process behavior as it occurs via direct observation of an online data stream. While such changes in process behavior are most commonly modeled via change-points, in which the parameters and/or densities defining an associated process model are assumed to undergo an abrupt and instantaneous transition, changes in the behavior of some processes may occur gradually, taking time to reach their full effect. In such cases change-point models may be ill suited, producing either inaccurate estimates for the timing of these changes or, when this gradual change occurs slowly and when change detection is performed concurrently with model estimation, failing to properly detect change occurrence, as we show empirically in Section 4. This effect can have a significant impact in application, where automated system controls may not be appropriately applied at the correct times, and can result in inaccurate models of process behavior during and after this gradual change.
- Europe > United Kingdom > England > Cambridgeshire > Cambridge (0.14)
- Europe > Spain > Andalusia > Cádiz Province > Cadiz (0.04)
Fase-AL -- Adaptation of Fast Adaptive Stacking of Ensembles for Supporting Active Learning
Ortiz-Díaz, Agustín Alejandro, Baldo, Fabiano, Mariño, Laura María Palomino, Cabrera, Alberto Verdecia
Classification algorithms to mine data stream have been extensively studied in recent years. However, a lot of these algorithms are designed for supervised learning which requires labeled instances. Nevertheless, the labeling of the data is costly and time-consuming. Because of this, alternative learning paradigms have been proposed to reduce the cost of the labeling process without significant loss of model performance. Active learning is one of these paradigms, whose main objective is to build classification models that request the lowest possible number of labeled examples achieving adequate levels of accuracy. Therefore, this work presents the FASE-AL algorithm which induces classification models with non-labeled instances using Active Learning. FASE-AL is based on the algorithm Fast Adaptive Stacking of Ensembles (FASE). FASE is an ensemble algorithm that detects and adapts the model when the input data stream has concept drift. FASE-AL was compared with four different strategies of active learning found in the literature. Real and synthetic databases were used in the experiments. The algorithm achieves promising results in terms of the percentage of correctly classified instances.
- South America > Brazil > Santa Catarina (0.05)
- South America > Brazil > Pernambuco > Recife (0.04)
- North America > United States > New York (0.04)
- (5 more...)
Deep Learning for Multi-Scale Changepoint Detection in Multivariate Time Series
Ebrahimzadeh, Zahra, Zheng, Min, Karakas, Selcuk, Kleinberg, Samantha
Many real-world time series, such as in health, have changepoints where the system's structure or parameters change. Since changepoints can indicate critical events such as onset of illness, it is highly important to detect them. However, existing methods for changepoint detection (CPD) often require user-specified models and cannot recognize changes that occur gradually or at multiple time-scales. To address both, we show how CPD can be treated as a supervised learning problem, and propose a new deep neural network architecture to efficiently identify both abrupt and gradual changes at multiple timescales from multivariate data. Our proposed pyramid recurrent neural network (PRN) provides scale-invariance using wavelets and pyramid analysis techniques from multi-scale signal processing. Through experiments on synthetic and real-world datasets, we show that PRN can detect abrupt and gradual changes with higher accuracy than the state of the art and can extrapolate to detect changepoints at novel scales not seen in training.
Dataset: Rare Event Classification in Multivariate Time Series
Ranjan, Chitta, Mustonen, Markku, Paynabar, Kamran, Pourak, Karim
A real-world dataset is provided from a pulp-and-paper manufacturing industry. The dataset comes from a multivariate time series process. The data contains a rare event of paper break that commonly occurs in the industry. The data contains sensor readings at regular time-intervals (x's) and the event label (y). The primary purpose of the data is thought to be building a classification model for early prediction of the rare event. However, it can also be used for multivariate time series data exploration and building other supervised and unsupervised models.